[INFO] fetching crate metriqs 0.1.6...
[INFO] checking metriqs-0.1.6 against try#14e4661efa5acbf985e4fe564baae04683366cc1 for pr-157696
[INFO] extracting crate metriqs 0.1.6 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate metriqs 0.1.6
[INFO] finished tweaking crates.io crate metriqs 0.1.6
[INFO] tweaked toml for crates.io crate metriqs 0.1.6 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate metriqs 0.1.6 on toolchain 14e4661efa5acbf985e4fe564baae04683366cc1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+14e4661efa5acbf985e4fe564baae04683366cc1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+14e4661efa5acbf985e4fe564baae04683366cc1" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 38 packages to latest compatible versions
[INFO] [stderr]       Adding nom v3.2.1 (available: v8.0.0)
[INFO] [stderr]       Adding string_cache v0.7.5 (available: v0.9.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+14e4661efa5acbf985e4fe564baae04683366cc1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `metriqs` (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 613f327c779d8ab03499c8b4042e5122f0199789541342fdb7ffb325b69229c5
[INFO] running `Command { std: "docker" "start" "613f327c779d8ab03499c8b4042e5122f0199789541342fdb7ffb325b69229c5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "613f327c779d8ab03499c8b4042e5122f0199789541342fdb7ffb325b69229c5" "/opt/rustwide/cargo-home/bin/cargo" "+14e4661efa5acbf985e4fe564baae04683366cc1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "613f327c779d8ab03499c8b4042e5122f0199789541342fdb7ffb325b69229c5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "613f327c779d8ab03499c8b4042e5122f0199789541342fdb7ffb325b69229c5" "/opt/rustwide/cargo-home/bin/cargo" "+14e4661efa5acbf985e4fe564baae04683366cc1" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `metriqs` (manifest) generated 1 warning
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]     Checking memchr v1.0.2
[INFO] [stderr]     Checking nom v3.2.1
[INFO] [stderr]    Compiling rand_os v0.1.3
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]    Compiling phf_generator v0.7.24
[INFO] [stderr]    Compiling string_cache_codegen v0.4.4
[INFO] [stderr]    Compiling string_cache v0.7.5
[INFO] [stderr]     Checking metriqs v0.1.6 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated method `core::str::<impl str>::trim_right`: superseded by `trim_end`
[INFO] [stdout]   --> src/recv/push/statsd/tcp.rs:37:38
[INFO] [stdout]    |
[INFO] [stdout] 37 |             match parse_metrics(line.trim_right().as_bytes()) {
[INFO] [stdout]    |                                      ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] help: replace the use of the deprecated method
[INFO] [stdout]    |
[INFO] [stdout] 37 -             match parse_metrics(line.trim_right().as_bytes()) {
[INFO] [stdout] 37 +             match parse_metrics(line.trim_end().as_bytes()) {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `core::str::<impl str>::trim_right`: superseded by `trim_end`
[INFO] [stdout]   --> src/recv/push/statsd/udp.rs:50:38
[INFO] [stdout]    |
[INFO] [stdout] 50 |             match parse_metrics(line.trim_right().as_bytes()) {
[INFO] [stdout]    |                                      ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: replace the use of the deprecated method
[INFO] [stdout]    |
[INFO] [stdout] 50 -             match parse_metrics(line.trim_right().as_bytes()) {
[INFO] [stdout] 50 +             match parse_metrics(line.trim_end().as_bytes()) {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `core::str::<impl str>::trim_right`: superseded by `trim_end`
[INFO] [stdout]   --> src/recv/push/statsd/tcp.rs:37:38
[INFO] [stdout]    |
[INFO] [stdout] 37 |             match parse_metrics(line.trim_right().as_bytes()) {
[INFO] [stdout]    |                                      ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] help: replace the use of the deprecated method
[INFO] [stdout]    |
[INFO] [stdout] 37 -             match parse_metrics(line.trim_right().as_bytes()) {
[INFO] [stdout] 37 +             match parse_metrics(line.trim_end().as_bytes()) {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/recv/push/statsd/parse.rs:93:20
[INFO] [stdout]     |
[INFO] [stdout]  93 |   named!(metric_name<&str>,
[INFO] [stdout]     |   -                  ^^^^ the same lifetime is elided here
[INFO] [stdout]     |  _|
[INFO] [stdout]     | |
[INFO] [stdout]  94 | |     map_res!(
[INFO] [stdout]  95 | |         take_while!(call!(|c| {
[INFO] [stdout]  96 | |             is_alphanumeric(c) || c == b'.' || c == b'_'
[INFO] [stdout] ...   |
[INFO] [stdout] 100 | | );
[INFO] [stdout]     | | -
[INFO] [stdout]     | | |
[INFO] [stdout]     | |_the lifetime is named here
[INFO] [stdout]     |   the same lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout]  93 | named!(metric_name<&'a str>,
[INFO] [stdout]     |                     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `core::str::<impl str>::trim_right`: superseded by `trim_end`
[INFO] [stdout]   --> src/recv/push/statsd/udp.rs:50:38
[INFO] [stdout]    |
[INFO] [stdout] 50 |             match parse_metrics(line.trim_right().as_bytes()) {
[INFO] [stdout]    |                                      ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: replace the use of the deprecated method
[INFO] [stdout]    |
[INFO] [stdout] 50 -             match parse_metrics(line.trim_right().as_bytes()) {
[INFO] [stdout] 50 +             match parse_metrics(line.trim_end().as_bytes()) {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/recv/push/statsd/parse.rs:93:20
[INFO] [stdout]     |
[INFO] [stdout]  93 |   named!(metric_name<&str>,
[INFO] [stdout]     |   -                  ^^^^ the same lifetime is elided here
[INFO] [stdout]     |  _|
[INFO] [stdout]     | |
[INFO] [stdout]  94 | |     map_res!(
[INFO] [stdout]  95 | |         take_while!(call!(|c| {
[INFO] [stdout]  96 | |             is_alphanumeric(c) || c == b'.' || c == b'_'
[INFO] [stdout] ...   |
[INFO] [stdout] 100 | | );
[INFO] [stdout]     | | -
[INFO] [stdout]     | | |
[INFO] [stdout]     | |_the lifetime is named here
[INFO] [stdout]     |   the same lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout]  93 | named!(metric_name<&'a str>,
[INFO] [stdout]     |                     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.46s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v3.2.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 7`
[INFO] running `Command { std: "docker" "inspect" "613f327c779d8ab03499c8b4042e5122f0199789541342fdb7ffb325b69229c5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "613f327c779d8ab03499c8b4042e5122f0199789541342fdb7ffb325b69229c5", kill_on_drop: false }`
[INFO] [stdout] 613f327c779d8ab03499c8b4042e5122f0199789541342fdb7ffb325b69229c5
